home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Rozne / HTTrack 3.40-2 / httrack-3.40-2.exe / {app} / src_win / WinHTTrack / CatchUrl.h < prev    next >
C/C++ Source or Header  |  2000-06-02  |  1KB  |  50 lines

  1. #if !defined(AFX_CATCHURL_H__589FEA02_D671_11D3_A2B3_0000E84E7CA1__INCLUDED_)
  2. #define AFX_CATCHURL_H__589FEA02_D671_11D3_A2B3_0000E84E7CA1__INCLUDED_
  3.  
  4. #if _MSC_VER > 1000
  5. #pragma once
  6. #endif // _MSC_VER > 1000
  7. // CatchUrl.h : header file
  8. //
  9.  
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CCatchUrl dialog
  12.  
  13. class CCatchUrl : public CDialog
  14. {
  15. // Construction
  16. public:
  17.     CCatchUrl(CWnd* pParent = NULL);   // standard constructor
  18.   char* GetTip(int id);
  19.  
  20. // Dialog Data
  21.     //{{AFX_DATA(CCatchUrl)
  22.     enum { IDD = IDD_CatchUrl };
  23.     CString    m_info;
  24.     //}}AFX_DATA
  25.  
  26.  
  27. // Overrides
  28.     // ClassWizard generated virtual function overrides
  29.     //{{AFX_VIRTUAL(CCatchUrl)
  30.     protected:
  31.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  32.     //}}AFX_VIRTUAL
  33.  
  34. // Implementation
  35. protected:
  36.  
  37.     // Generated message map functions
  38.     //{{AFX_MSG(CCatchUrl)
  39.     afx_msg void OnClose();
  40.     virtual BOOL OnInitDialog();
  41.     //}}AFX_MSG
  42.   afx_msg BOOL OnToolTipNotify( UINT id, NMHDR * pNMHDR, LRESULT * pResult );
  43.     DECLARE_MESSAGE_MAP()
  44. };
  45.  
  46. //{{AFX_INSERT_LOCATION}}
  47. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  48.  
  49. #endif // !defined(AFX_CATCHURL_H__589FEA02_D671_11D3_A2B3_0000E84E7CA1__INCLUDED_)
  50.